home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows News 2005 November
/
WNnov2005.iso
/
Windows
/
Utilitaires
/
Beyond Compare
/
beycmpfr.exe
/
{app}
/
BC2.exe
/
0
/
RCDATA
/
TRENAMESESSIONDLG
/
TRENAMESESSIONDLG.txt
Wrap
Text File
|
2005-06-02
|
1KB
|
57 lines
object RenameSessionDlg: TRenameSessionDlg
Left = 221
Top = 735
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Renommer la session'
ClientHeight = 96
ClientWidth = 319
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
Position = poOwnerFormCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 16
Width = 92
Height = 13
Caption = 'Nouveau nom de la session :'
end
object OKBtn: TButton
Left = 82
Top = 64
Width = 73
Height = 23
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 162
Top = 64
Width = 73
Height = 23
Cancel = True
Caption = 'Annuler'
ModalResult = 2
TabOrder = 1
end
object SessionNameEdit: TEdit
Left = 16
Top = 32
Width = 289
Height = 21
MaxLength = 255
TabOrder = 2
end
end